runtime.heapStatsDelta.inWorkBufs (field)

9 uses

	runtime (current package)
		metrics.go#L336: 					in.heapStats.inStacks - in.heapStats.inWorkBufs)
		metrics.go#L399: 				out.scalar = uint64(in.heapStats.inWorkBufs) + in.sysStats.gcMiscSys
		mheap.go#L1422: 		atomic.Xaddint64(&stats.inWorkBufs, int64(nbytes))
		mheap.go#L1742: 		atomic.Xaddint64(&stats.inWorkBufs, -int64(nbytes))
		mstats.go#L436: 	gcWorkBufInUse := uint64(consStats.inWorkBufs)
		mstats.go#L476: 		consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs)
		mstats.go#L676: 	inWorkBufs int64 // byte delta of memory reserved for work bufs
		mstats.go#L701: 	a.inWorkBufs += b.inWorkBufs